widget: Set a css name
authorBenjamin Otte <otte@redhat.com>
Thu, 4 Feb 2016 16:22:39 +0000 (17:22 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 4 Feb 2016 16:27:03 +0000 (17:27 +0100)
commitf7ec9c98ef0ef8740c93f96af9d971b0211118c1
treeb429fd0f24ac218e4e5dbf6c5fd369ab30e0828e
parent35cd0be46863b94eb7b1e0d214a1fbbca9187457
widget: Set a css name

Now selecting a widget by class name no longer works.

This is probably most relevant for users outside of GTK that want to
style their own widgets. Those widgets should now either add their own
style classes (if they want to adjust existing CSS) or use
gtk_widget_class_set_css_name() themselves (if they want to get rid of
all "upstream" styling).
gtk/gtkwidget.c